home *** CD-ROM | disk | FTP | other *** search
- Q32510 General Protect Fault when Compiling
- C Compiler
- 5.10 | 5.10
- MS-DOS | OS/2
-
- Summary:
- The following short program will cause a general protection fault
- when it is compiled with the defaults in OS/2:
-
- int GPF(int i);
- PLAYOUT GenLayout (void);
-
- Microsoft has confirmed this to be a problem in Version 5.10 of the
- C compiler. We are researching this problem and will post new
- information as it becomes available.
- You can work around this problem by changing the function prototype
- to the following:
-
- int GPF(int);
-
-
-
- Keywords: buglist5.10
- Updated 88/07/21 03:19
-